home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / magazi~1 / 226 / analog.49 / fxcomp.h < prev    next >
Encoding:
C/C++ Source or Header  |  1986-10-14  |  959 b   |  31 lines

  1.  
  2. /*********************************************************************
  3. *
  4. * fxcomp.h-- compiler switches for FAX.
  5. *
  6. *
  7. *********************************************************************/
  8.  
  9.  
  10. #define SC_IMAGE 1
  11.      /* ...defined => processed copy of window is used for dump        */
  12. #define NO_IMAGE 1
  13.      /* ...defined => window is dumped directly from screen            */
  14. #undef SC_IMAGE
  15.      /* ...using small memory configuration                            */
  16. #define TEST_VER 1
  17.      /* ...defined => test version, typed in from TOS                  */
  18. #define GEM_VER 1
  19.      /* ...defined => GEM version, i.e. "finished" program             */
  20. #undef TEST_VER
  21.      /* ...i.e., this is GEM version                                   */
  22. #define TOS_VER 1
  23.      /* ...defined => TOS memory-resident version (not implemented)    */
  24. #undef TOS_VER
  25.      /* ...not implemented for the present                             */ 
  26.  
  27.  
  28.  
  29.  
  30.  
  31.